home *** CD-ROM | disk | FTP | other *** search
/ Colson Caster Selection Guide 3 / Colson Caster Selection Guide 3.0.iso / colsoncd.dxr / 00001Series_26_Brick.ls < prev    next >
Encoding:
Text File  |  2000-01-11  |  1.1 KB  |  21 lines

  1. on mouseUp
  2.   if the hilite of cast "brick" = 1 then
  3.     set the visible of sprite 60 to 0
  4.     set the visible of sprite 61 to 0
  5.     set the visible of sprite 62 to 0
  6.     set the visible of sprite 63 to 0
  7.     set the visible of sprite 64 to 0
  8.     set the visible of sprite 65 to 0
  9.   end if
  10.   if the hilite of cast "brick" = 0 then
  11.     if (the hilite of cast "brick" = 0) and (the hilite of cast "concrete" = 0) and (the hilite of cast "linoleum" = 0) and (the hilite of cast "asphalt" = 0) and (the hilite of cast "terrazzo" = 0) and (the hilite of cast "ribbedsteel" = 0) and (the hilite of cast "tile" = 0) and (the hilite of cast "water" = 0) and (the hilite of cast "steam" = 0) and (the hilite of cast "noisereduction" = 0) and (the hilite of cast "floorprotection" = 0) and (the hilite of cast "cushionload" = 0) then
  12.       set the visible of sprite 60 to 1
  13.       set the visible of sprite 61 to 1
  14.       set the visible of sprite 62 to 1
  15.       set the visible of sprite 63 to 1
  16.       set the visible of sprite 64 to 1
  17.       set the visible of sprite 65 to 1
  18.     end if
  19.   end if
  20. end
  21.